home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 60.zip / BS1 part 60 / DBman d1.adf / amiga.5.3 < prev    next >
Text File  |  1991-01-07  |  2KB  |  66 lines

  1.  
  2. New in Amiga dBMan V5.3:                Ben Discoe 10/10/90
  3.  
  4. Speed:
  5.     Sorting and indexing now makes more efficient use of memory resulting
  6.     in up to 3 times faster operations.  Be sure to set BUFFERS high
  7.     enough for this to work efficiently - at least BUFFERS=96, but the
  8.     more the better.
  9.  
  10. Palette and Resolution:
  11.     You can combine the following options-
  12.  
  13.     Use workbench screen        64
  14.      (in a draggable window if your workbench is larger than normal)
  15.     Use interlaced screen        32
  16.     Use the FULL-COLOR palette    16
  17.     Use the workbench palette     8
  18.      (default is the AmigaOS V2.0 palette)
  19.     Number of bitplanes        (default 3 = 8 colors)
  20.  
  21.      just add up the options you want and place this number in SYSFLAGS
  22.      in CONFIG.DBM.
  23.      To change the height of your window (if opened on the workbench
  24.      screen) use the ROWMX variable in CONFIG.DBM.
  25.  
  26. Color:
  27.     Full video mode support.  You can set say, get, or erase video modes
  28.     to any color combinations you like.  For people that haven't used
  29.     dBMan's colors before, this is how they work in FULL COLOR mode,
  30.     which is compatible with the MSDOS version of dBMan:
  31.  
  32.     Video Attribute:
  33.     <Bit7>   <Bit6>   <Bit5>    <Bit4>  <Bit3>   <Bit2>   <Bit1>    <Bit0>
  34.    Bg Int.   Bg Red  Bg Green  Bg Blue  FG Int.  Fg Red  Fg Green  Fg Blue
  35.  
  36.     For people that don't like to think in bits, another way of thinking
  37.     about this setup is:
  38.      Video Attribute = (background color * 16) + foreground color
  39.     where the colors are as follows:
  40.     0: black      8: dk. black (black!)
  41.     1: blue       9: dk. blue
  42.     2: green     10: dk. green
  43.     3: cyan      11: dk. cyan
  44.     4: red       12: dk. red
  45.     5: purple    13: dk. purple
  46.     6: yellow    14: dk. yellow
  47.     7: white     15: dk. white  (grey)
  48.     (colors 8-15 are only present if you use four bitplanes)
  49.  
  50.   Example: SET SAY VIDEO TO 86 sets the SAY color to yellow on purple
  51.        SET GET VIDEO TO 7 sets the GET color to white on black
  52.  
  53. Full European Key Support on the European Version:
  54.     correctly handles the full Amiga character set,
  55.     including sort order.
  56.  
  57. PAL support: OF COURSE.
  58.  
  59. More Frames:
  60.     try "assign frame(n)" for n=1,2,3,4,5,6 before drawing windows
  61.     or boxes!
  62.  
  63. Many small bugs have been fixed.  Countless small improvements were made.
  64. Remember, if you have any difficulty, phone tech suport or fax us the problem.
  65.  
  66.